home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TSORTDLG / TSORTDLG.txt
Text File  |  1997-05-14  |  3KB  |  136 lines

  1. object SortDlg: TSortDlg
  2.   Left = 108
  3.   Top = 99
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Sort Options'
  7.   ClientHeight = 299
  8.   ClientWidth = 470
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 377
  21.     Height = 281
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 3
  25.     object Bevel1: TBevel
  26.       Left = 192
  27.       Top = 8
  28.       Width = 177
  29.       Height = 265
  30.       Shape = bsFrame
  31.     end
  32.     object Bevel2: TBevel
  33.       Left = 8
  34.       Top = 8
  35.       Width = 177
  36.       Height = 265
  37.       Shape = bsFrame
  38.     end
  39.     object Label9: TLabel
  40.       Left = 11
  41.       Top = 76
  42.       Width = 104
  43.       Height = 13
  44.       Caption = 'Primary Sort Field:'
  45.     end
  46.     object Label4: TLabel
  47.       Left = 195
  48.       Top = 77
  49.       Width = 123
  50.       Height = 13
  51.       Caption = 'Secondary Sort Field:'
  52.     end
  53.     object Order_GB: TRadioGroup
  54.       Left = 12
  55.       Top = 16
  56.       Width = 137
  57.       Height = 49
  58.       Caption = 'Sort Order'
  59.       Items.Strings = (
  60.         'Ascending'
  61.         'Descending')
  62.       TabOrder = 0
  63.       OnClick = Order_GBClick
  64.     end
  65.     object Sort_CB: TComboBox
  66.       Left = 12
  67.       Top = 92
  68.       Width = 169
  69.       Height = 21
  70.       Style = csDropDownList
  71.       DropDownCount = 12
  72.       ItemHeight = 13
  73.       TabOrder = 1
  74.       OnClick = Sort_CBChange
  75.     end
  76.     object Order2_GB: TRadioGroup
  77.       Left = 197
  78.       Top = 16
  79.       Width = 137
  80.       Height = 49
  81.       Caption = 'Sort Order'
  82.       Items.Strings = (
  83.         'Ascending'
  84.         'Descending')
  85.       TabOrder = 2
  86.     end
  87.     object Sort2_CB: TComboBox
  88.       Left = 196
  89.       Top = 92
  90.       Width = 169
  91.       Height = 21
  92.       Style = csDropDownList
  93.       DropDownCount = 12
  94.       ItemHeight = 13
  95.       TabOrder = 3
  96.       OnClick = Sort2_CBChange
  97.     end
  98.   end
  99.   object OKBtn: TBitBtn
  100.     Left = 390
  101.     Top = 8
  102.     Width = 77
  103.     Height = 27
  104.     Caption = '&OK'
  105.     TabOrder = 0
  106.     OnClick = OKBtnClick
  107.     Kind = bkOK
  108.     Margin = 2
  109.     Spacing = -1
  110.     IsControl = True
  111.   end
  112.   object CancelBtn: TBitBtn
  113.     Left = 390
  114.     Top = 40
  115.     Width = 77
  116.     Height = 27
  117.     Caption = '&Cancel'
  118.     TabOrder = 1
  119.     Kind = bkCancel
  120.     Margin = 2
  121.     Spacing = -1
  122.     IsControl = True
  123.   end
  124.   object HelpBtn: TBitBtn
  125.     Left = 390
  126.     Top = 72
  127.     Width = 77
  128.     Height = 27
  129.     TabOrder = 2
  130.     Kind = bkHelp
  131.     Margin = 2
  132.     Spacing = -1
  133.     IsControl = True
  134.   end
  135. end
  136.